home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / 2.swf / scripts / DefineButton2_17 / BUTTONCONDACTION on(releaseOutside).as < prev   
Encoding:
Text File  |  2003-04-02  |  71 b   |  5 lines

  1. on(releaseOutside){
  2.    this.dragging = false;
  3.    gotoAndStop(1);
  4. }
  5.